home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1041 / RCDATA / TMPEGCONFIG_ZOOMWINDOWFORM / TMPEGCONFIG_ZOOMWINDOWFORM.txt
Text File  |  2001-04-04  |  2KB  |  83 lines

  1. object MPEGConfig_ZoomWindowForm: TMPEGConfig_ZoomWindowForm
  2.   Left = 483
  3.   Top = 115
  4.   Width = 152
  5.   Height = 191
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = '∩┐╜g∩┐╜∩┐╜c∩┐╜[∩┐╜∩┐╜'
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 319
  10.   Constraints.MaxWidth = 280
  11.   Constraints.MinHeight = 191
  12.   Constraints.MinWidth = 152
  13.   Font.Charset = SHIFTJIS_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -12
  16.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  17.   Font.Style = []
  18.   KeyPreview = True
  19.   OldCreateOrder = False
  20.   Scaled = False
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnHide = FormHide
  24.   OnKeyDown = FormKeyDown
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 12
  29.   object PreviewBevel: TBevel
  30.     Left = 7
  31.     Top = 7
  32.     Width = 130
  33.     Height = 130
  34.     Anchors = [akLeft, akTop, akRight, akBottom]
  35.   end
  36.   object PreviewBox: TDXPaintBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 128
  40.     Height = 128
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     AutoStretch = False
  43.     Center = False
  44.     KeepAspect = False
  45.     Stretch = True
  46.     ViewWidth = 0
  47.     ViewHeight = 0
  48.   end
  49.   object ZoomRadioButton4: TRadioButton
  50.     Tag = 4
  51.     Left = 52
  52.     Top = 143
  53.     Width = 41
  54.     Height = 17
  55.     Anchors = [akBottom]
  56.     Caption = '4∩┐╜{'
  57.     TabOrder = 1
  58.     OnClick = ZoomRadioButtonClick
  59.   end
  60.   object ZoomRadioButton6: TRadioButton
  61.     Tag = 6
  62.     Left = 96
  63.     Top = 143
  64.     Width = 41
  65.     Height = 17
  66.     Anchors = [akBottom]
  67.     Caption = '6∩┐╜{'
  68.     TabOrder = 2
  69.     OnClick = ZoomRadioButtonClick
  70.   end
  71.   object ZoomRadioButton2: TRadioButton
  72.     Tag = 2
  73.     Left = 8
  74.     Top = 143
  75.     Width = 41
  76.     Height = 17
  77.     Anchors = [akBottom]
  78.     Caption = '2∩┐╜{'
  79.     TabOrder = 0
  80.     OnClick = ZoomRadioButtonClick
  81.   end
  82. end
  83.